Keysight VISA.NET Help
WriteBinary(Double[]) Method



The array of singles to be added to the formatted I/O write buffer.
Formats the specified array as a raw binary array and adds it to the formatted I/O write buffer. Single intergers cannot be formatted as IEEE-488.2 blocks.
Syntax
'Declaration
 
Overloads Sub WriteBinary( _
   ByVal data() As Double _
) 
'Usage
 
Dim instance As IMessageBasedFormattedIO
Dim data() As Double
 
instance.WriteBinary(data)
void WriteBinary( 
   double[] data
)
void WriteBinary( 
   array<double>^ data
) 

Parameters

data
The array of singles to be added to the formatted I/O write buffer.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025